home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 2000 October
/
Software of the Month - Ultimate Collection Shareware 277.iso
/
pc
/
PROGRAMS
/
UTILITY
/
WINLINUX
/
DATA1.CAB
/
programs_-_include
/
LINUX
/
UNISTD.H
< prev
next >
Wrap
C/C++ Source or Header
|
1999-09-17
|
176b
|
12 lines
#ifndef _LINUX_UNISTD_H_
#define _LINUX_UNISTD_H_
extern int errno;
/*
* Include machine specific syscallX macros
*/
#include <asm/unistd.h>
#endif /* _LINUX_UNISTD_H_ */